modular_db ~master (2022-04-28T06:55:32.2959706)
Dub
Repo
InvalidModuleVersionException
modular_db
exceptions
Undocumented in source.
@
safe
class
InvalidModuleVersionException :
DbException
{
string
url
;
long
expected
;
long
found
;
this
(string url, long expected, long found, string file, size_t line, Throwable next);
}
Constructors
this
this
(string url, long expected, long found, string file, size_t line, Throwable next)
Undocumented in source.
Members
Variables
expected
long
expected
;
found
long
found
;
Undocumented in source.
url
string
url
;
Undocumented in source.
Inherited Members
From DbException
__anonymous
mixin
basicExceptionCtors
Undocumented in source.
Meta
Source
See Implementation
modular_db
exceptions
classes
DbException
InvalidModuleVersionException
ModuleNotFoundException
UninitializedDbException